ThirdParty

Opens the AppStore for a given productId

Parameters

openMode

The OpenMode used for opening the third party app

Constructors

Link copied to clipboard
constructor(openMode: NavigationSpec.ThirdParty.OpenMode)

Types

Link copied to clipboard
sealed class OpenMode
Link copied to clipboard
data class StoreInfo(val appId: Int, val productId: String? = null, val advertisingPartnerToken: String? = null, val affiliateToken: String? = null, val campaignToken: String? = null, val providerToken: String? = null)

Information to specify how the appstore should be opened

Properties

Link copied to clipboard